home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dos/V Magazine 1995 October 15
/
CD [VMAG951015].bin
/
_demo
/
nekodemo
/
pcbk
/
shared.dir
/
00311.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-06-01
|
285 b
|
19 lines
on enterFrame
preLoad()
end
on exitFrame
global gprev, gnext, grtrv
waitticks(360)
disablebuttons()
if grtrv = 1 then
puppetTransition(51, 2)
else
if gprev = 1 then
puppetTransition(12, 2, 2)
else
puppetTransition(11, 2, 2)
end if
end if
end